inspector: Allow to bump scale to 3
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 21:40:10 +0000 (16:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 22:17:02 +0000 (17:17 -0500)
Might as well allow this, for 'large scale testing'.

gtk/inspector/visual.ui

index 9f30af87bbd8939eb466b9271398a94034d013ad..1b7c745414378203c8466b73de79b49cc884fcef 100644 (file)
@@ -2,7 +2,7 @@
 <interface domain="gtk30">
   <object class="GtkAdjustment" id="scale_adjustment">
     <property name="lower">1</property>
-    <property name="upper">2</property>
+    <property name="upper">3</property>
     <property name="step-increment">1</property>
     <property name="page-increment">1</property>
   </object>